home *** CD-ROM | disk | FTP | other *** search
- def x 320
- def y 180
- def dy 60
-
- Include Menu.Def
-
- item
- {
- Text Multiplayer
- Font Title
- Pos x 60 Center
- }
-
-
- item
- {
- Text 2P
- Pos x y Center
- Add y dy
- OnAction
- {
- SetCfg /Game/NbPlayers 2 SelectIf
- menu LevelSurvivor
- }
- }
-
- item
- {
- Text 3P
- Pos x y Center
- Add y dy
- OnAction
- {
- SetCfg /Game/NbPlayers 3 SelectIf
- menu LevelSurvivor
- }
- }
-
- item
- {
- Text 4P
- Pos x y Center
- Add y dy
- OnAction
- {
- SetCfg /Game/NbPlayers 4 SelectIf
- menu LevelSurvivor
- }
- }
-
-
- item
- {
- Text Back
- Pos x 430 Center
- OnAction
- {
- MenuBack
- }
- }